home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Floating Text.sd < prev    next >
INI File  |  2004-06-28  |  948b  |  38 lines

  1. [SUBJECT]
  2. Description=Message appears to float back and forth
  3. ImageIndex=1
  4. Folder=Text Effects
  5.  
  6.  
  7.  
  8. [BODY_TEXT]
  9. ;<script language="JavaScript">
  10. ;<!-- Begin
  11. ;
  12. ;// Original:  http://www.geocities.com/SiliconValley/Horizon/5235
  13. ;// This script and many more are available free online at
  14. ;// The JavaScript Source!! http://javascript.internet.com
  15. ;
  16. ;mesg = "`message`";
  17. ;isNS = (navigator.appName == "Netscape");
  18. ;isIE = (navigator.appName == "Microsoft Internet Explorer");
  19. ;text = ("<i><font size=2>"+mesg+"</font></i>");
  20. ;if (isNS) {
  21. ;document.write("<blink>" + text + "</blink>");}
  22. ;else if (isIE) {
  23. ;document.write("<marquee behavior=alternate direction=right>" + text + "</marquee>");}
  24. ;// End -->
  25. ;</script>
  26. ;<noscript>
  27. ;<i><font size=2>The JavaScript Source, another marvelous use of bandwidth!</font></i>
  28. ;</noscript>
  29.  
  30.  
  31.  
  32.  
  33. [`message`]
  34. Kind=S
  35. Value=The JavaScript Source, another marvelous use of bandwidth!
  36.  
  37.  
  38.